Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying xmtp-org with
|
| Latest commit: |
af4540e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://322e8b22.website-9re.pages.dev |
| Branch Preview URL: | https://d14n-xmtp.website-9re.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Preview: https://junk-range-possible-git-d14n-xmtp-ephemerahq.vercel.app/vision/concepts/decentralizing-xmtp
Update the Decentralizing XMTP docs page by adding a reusable
TileGridUI with 2- or 3-column layouts and revising the product marketing contentThis change adds a
TileGridcomponent and styles, updates tablet padding in Tailwind, and rewrites the Decentralizing XMTP page to use interactive tile sections and a roadmap-focused narrative. It introduces a presentationalTilecomponent, exports for bothTileGridandTile, and responsive/dark-mode styles.vision/concepts/decentralizing-xmtp.mdto a product/roadmap-focused narrative and integrate multipleTileGridsections vision/concepts/decentralizing-xmtp.mdTileGriddefault export and namedTilecomponent with props fortiles,columns(default 3), andclassNamesrc/components/TileGrid/index.js📍Where to Start
Start with the
TileGridimplementation and itsTilechild in src/components/TileGrid/index.js, then review styles in src/components/TileGrid/styles.module.css and the page integration in vision/concepts/decentralizing-xmtp.md.Macroscope summarized af4540e.